home *** CD-ROM | disk | FTP | other *** search
/ Java for 3D & VRML Worlds / Java for 3d and VRML Worlds.iso / doc / homepage / tv.lzh / tv / main.wrl
Text File  |  1995-12-22  |  871b  |  48 lines

  1. #VRML V1.0 ascii
  2. Separator {
  3. DEF BackgroundColor Info {
  4.         string "0.82 0.92 0.8"
  5. }
  6. DEF BackgroundTexture Info {
  7.         string "images/tvback.bmp"
  8. }
  9.  
  10. DEF Title Info { string "Cyber TV" }
  11.  
  12. SpotLight {
  13.     intensity 0.8
  14.     location  0 2 4
  15.     direction 0 -1 -1
  16. }
  17. SpotLight {
  18.     intensity 0.4
  19.     location  0 2 -4
  20.     direction 0 -1 1
  21. }
  22. SpotLight {
  23.     intensity 0.2
  24.     location  2 2 0
  25.     direction -1 -1 0
  26. }
  27. SpotLight {
  28.     intensity 0.2
  29.     location  -2 2 0
  30.     direction 1 -1 0
  31. }
  32.  
  33.     DEF world Separator {
  34.         WWWInline { 
  35.             name models/sound.wrl
  36.         }
  37.         DEF TVsep Separator {
  38.             DEF TVIn WWWInline { 
  39.                 name models/moni.wrl
  40.             }
  41.         }
  42.         Transform {translation 0.0 -1.6 0.0}
  43.         WWWInline {
  44.            name models/base01.wrl
  45.         }
  46.     }
  47. }
  48.